home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GPP257.ZIP / cplusinc / complex.h < prev    next >
C/C++ Source or Header  |  1993-11-13  |  183b  |  11 lines

  1. #ifndef _complex_h
  2. #define _complex_h
  3. #define __ATT_complex__
  4. #ifdef __MSDOS__
  5. #include <_Complex.h>
  6. #else
  7. #include <Complex.h>
  8. #endif
  9. typedef class Complex complex;
  10. #endif
  11.